split

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string[] split(string str, char separator)
  2. string[] split(string str, string separator)
    pure nothrow @safe
    string[]
    split
    (
    string str
    ,
    string separator
    )

Meta